IntelliJ Idea取消Could not autowire. No beans of 'xxxx' type found的错误提示

遇到的问题:

在IntelliJ Idea使用Spring的@Autowired,有的时候遇到“Could not autowire. No beans of ‘xxxx’ type found”的标红提示。但是在程序的编译和运行时候都没有出现这个问题。

解决:

在出现该问题的地方加上@SuppressWarnings("SpringJavaAutowiringInspection")注解